Run Options |
Top Previous Next |
In the Run Options window you can specify command line scripts to be run before or after generating a gallery. To open the Run Options window, in the main window select the Edit menu > Run Options.
Command to run before generating gallery
Specify the command or script you want to run before generating a gallery. Arles will wait for the command or script to finish before proceeding.
Insert tag Click the Insert Tag button to insert a folder title tag. Arles will automatically replace these tags with the correct content for each gallery.
Command to run after generating gallery
Specify the command or script you want to run after a gallery has been generated.
Example commands
python c:\scripts\your_script.py Run the your_script.py Python script.
python c:\scripts\your_script.py "<SourceFolder>" "<TargetFolder>" Run a python script with the source and target folders as arguments.
Options
Save run options in gallery file Select if you want the command line settings to be stored in the gallery file for each gallery. Unselect if you want to use the specified command for all galleries.
Run minimized Makes the command run in a minimized window, which prevents the window from showing, disappearing and grabbing the focus every time a command is run. This is especially helpful during multi-folder processing where commands may be run many times. |